PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / addCompletePageListener Method
The listener to add.
In This Topic
    addCompletePageListener Method
    In This Topic
    Adds a listener for the complete page event.
    Syntax
    public void addCompletePageListener( 
       PDFFlowDocumentCompletePageListener listener
    )

    Parameters

    listener
    The listener to add.
    Exceptions
    ExceptionDescription
    When listener is null.
    See Also